Fix a typo in GdkEventGrabBroken where it said "@grab_window id NULL" and
authorCody Russell <bratsche@gnome.org>
Mon, 8 Oct 2007 14:49:26 +0000 (14:49 +0000)
committerCody Russell <bratsche@src.gnome.org>
Mon, 8 Oct 2007 14:49:26 +0000 (14:49 +0000)
2007-10-08  Cody Russell  <bratsche@gnome.org>
* docs/reference/gdk/tmpl/event_structs.sgml:
Fix a typo in GdkEventGrabBroken where it said
"@grab_window id NULL" and should say
"@grab_window is NULL". (#484650, Chris Lord)

svn path=/trunk/; revision=18892

ChangeLog
docs/reference/gdk/tmpl/event_structs.sgml

index 4fd62b3c24c3baf8ade9069e7c0767dec4802541..7e565d8fc9c931f9e2f904646b3008a10d815e5c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-08  Cody Russell  <bratsche@gnome.org>
+       * docs/reference/gdk/tmpl/event_structs.sgml:
+       Fix a typo in GdkEventGrabBroken where it said
+       "@grab_window id NULL" and should say
+       "@grab_window is NULL". (#484650, Chris Lord)
+       
 2007-10-08  Kristian Rietveld  <kris@imendio.com>
 
        * gtk/gtkfilesystemmodel.c (got_root_folder_cb),
index 765a0fda7f22534b3fe2e096e14ac558192f1df3..58494f5c1d44dc94df487f28f75d50c6b377ee77 100644 (file)
@@ -444,7 +444,7 @@ can also cause #GdkEventGrabBroken events.
 @implicit: %TRUE if the broken grab was implicit
 @grab_window: If this event is caused by another grab in the same 
   application, @grab_window contains the new grab window. Otherwise
-  @grab_window id %NULL.
+  @grab_window is %NULL.
 @Since: 2.8
 
 <!-- ##### ENUM GdkScrollDirection ##### -->